/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 40px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    display: block;
    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
    color: #666;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 991px) {
    .slick-arrow {
        left: -8px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -8px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover {
    color: #00549d;
}
.header {
    font-size: 0;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 100px;

    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: rgba(255, 255, 255, .3);
}
@media (max-width: 1199px) {
    .header {
        height: 80px;
    }
}
.header .logo {
    display: inline-block;

    height: 60px;
    margin-top: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        margin-top: 10px;
    }
}
.header .logo img {
    position: relative;
    z-index: 2;

    height: 100%;
}
.header #google_translate_element {
    display: inline-block;
    float: right;

    margin-top: 36px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header #google_translate_element {
        display: none;
    }
}
.header #google_translate_element .goog-te-gadget-simple {
    border: none;
}
.header .pc-search {
    position: relative;

    display: inline-block;
    float: right;

    width: 210px;
    margin-top: 26px;
    margin-left: 30px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1350px) {
    .header .pc-search {
        width: 170px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search input {
    line-height: 24px;

    width: 100%;
    padding: 10px 40px 10px 14px;

    border: 1px solid #dcdcdc;
    border-radius: 40px;
    background: none;
}
.header .pc-search .submit {
    font-size: 20px;
    line-height: 44px;

    position: absolute;
    right: 0;

    width: 40px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .pc-search .submit:before {
    font-family: 'iconfont' !important;

    content: '\e623';
}
.header .language {
    display: inline-block;
    float: right;

    padding: 32px 36px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .language {
        margin-right: 10px;
        padding: 17px 20px;
    }
}
@media (max-width: 767px) {
    .header .language {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.header .language img {
    width: 36px;
}
.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: inline-block;
        float: right;

        margin-top: 15px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav a:hover {
        color: #00549d;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 0 15px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1>li>a {
        font-size: 16px;
        font-weight: normal;
        line-height: 100px;

        position: relative;

        display: inline-block;

        padding: 0 24px;

        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #00549d;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2>li {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 14px;
        line-height: 30px;

        padding: 0 30px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2>li>a:hover {
        text-decoration: underline;

        color: #00549d;
    }
    .header .nav .nav-list1 .nav-list3 {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover {
        text-decoration: underline;

        color: #00549d;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}
.header .nav .nav-list2 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list2 {
        display: block;
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2>li {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2>li>a {
        font-size: 15px;
        line-height: 24px;

        padding: 0 10px;
    }
    .header .nav .nav-list2>li>a:before {
        margin-right: 4px;

        content: '-';
    }
}
.header .nav .nav-list3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product {
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 15px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        display: none;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 16px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    font-size: 14px;

    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}
@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before {
    color: #104384;
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #00549d;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-lg .search p {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find {
    font-size: 16px;

    display: inline-block;
    display: none;
    float: right;

    padding: 27px 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px) {
    .header .find {
        display: inline-block;

        padding: 17px 20px;
    }
}
@media (max-width: 767px) {
    .header .find {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    content: '\e660';

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.header .find:hover {
    color: #00549d;
}
.header .find:hover:before {
    border-color: #00549d;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.fixed-header {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .fixed-header {
        height: 70px;
    }
}
.fixed-header .logo {
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .fixed-header .logo {
        height: 50px;
    }
}
.fixed-header .nav .nav-list1>li>a {
    line-height: 80px;
}
.fixed-header .pc-search {
    margin-top: 16px;
}
.fixed-header .language {
    padding-top: 22px;
    padding-bottom: 22px;
}
@media (max-width: 1199px) {
    .fixed-header .language {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
.fixed-header #google_translate_element {
    margin-top: 26px;
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #898989;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before {
    font-size: 20px;

    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: rgba(0, 84, 157, .8);
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num,
    .online-wrap .online .icon-qq:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num,
.online-wrap .online .icon-qq .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p,
.online-wrap .online .icon-qq .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #02457f;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e65b';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e637';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-home:before {
    font-family: 'iconfont' !important;

    content: '\e64c';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e605';
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: 0;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

    background-color: #00549d;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #02457f;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.product>a:before {
    font-size: 16px;

    content: '\e641';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;

    content: '\e81a';
}
.xs-online ul li.map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.tel>a:before {
    font-weight: normal;

    content: '\e637';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.whatsapp>a:before {
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.wechat>a:before {
    content: '\e604';
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.xs-online ul li.wechat img {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 20%;

    display: none;

    width: 80px;
}
.xs-online ul li.wechat:hover img {
    display: block;
}
.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item {
    position: relative;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner .slickbanner {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    font-size: 14px;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;

    color: #fff;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-dots li.slick-active {
    width: 50px;
}
@media (max-width: 1199px) {
    .banner .slick-dots li.slick-active {
        width: 30px;
    }
}
.banner .slick-arrow {
    font-size: 20px;
    line-height: 70px;

    left: 4%;

    width: 70px;
    height: 70px;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 34px;

        left: 12%;

        width: 36px;
        height: 36px;
    }
}
.banner .slick-arrow.slick-next {
    right: 4%;
    left: auto;
}
@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 12%;
    }
}
.banner .slick-arrow:hover {
    color: #fff;
    background-color: #00549d;
}
.banner img {
    display: block;

    width: 100%;
}
.banner-in .slick-list {
    padding: 0 !important;
}
.banner-in .slick-slide {
    padding: 0;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px) {
    .banner-in .slickbanner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 66%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 767px) {
    .banner-in .text-in {
        top: 70%;
    }
}
.banner-in .text-in h3 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .banner-in .text-in h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .text-in h3 {
        font-size: 20px;
    }
}
.banner-in .text-in p {
    font-size: 15px;
    line-height: 22px;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px) {
    .banner-in .text-in p {
        font-size: 12px;
        line-height: 14px;
    }
}
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.box {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title span {
    font-weight: bold;
    line-height: 24px;

    display: block;

    text-transform: uppercase;

    color: #00549d;
}
.title span:after {
    display: inline-block;

    width: 46px;
    height: 2px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #00549d;
}
.title h2 {
    font-size: 36px;
    line-height: 1;

    margin: 10px 0 0 0;
}
@media (max-width: 1350px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 20px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-category .title {
    text-align: center;
}
.box-category .title span:after {
    display: none;
}
.box-category .category {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-category .category {
        margin: 0;
    }
}
.box-category .category .item {
    font-size: 0;

    margin-top: 30px;

    border: 1px solid #dcdcdc;
}
.box-category .category .item .pic,
.box-category .category .item .text {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
.box-category .category .item .pic .img-box {
    padding-bottom: 72.22222222%;
}
.box-category .category .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-category .category .item .text {
    padding: 10px 20px;
}
@media (max-width: 1199px) {
    .box-category .category .item .text {
        padding: 10px;
    }
}
.box-category .category .item .text .title-category h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-category .category .item .text .title-category span {
    line-height: 20px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 20px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-category .category .item .text .note {
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 78px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .box-category .category .item .text .note {
        display: -webkit-box;
        overflow: hidden;

        max-height: 52px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.box-category .category .item .text .note p {
    margin: 0;
}
.box-category .category .item .text a.more {
    line-height: 24px;

    display: inline-block;

    margin-top: 20px;

    text-decoration: underline;

    color: #00549d;
}
@media (max-width: 1199px) {
    .box-category .category .item .text a.more {
        margin-top: 10px;
    }
}
.box-category .category .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-category .category .item:hover .text .title-category h3 {
    color: #00549d;
}
.box-category .category-text {
    line-height: 2;

    margin-top: 20px;

    text-align: center;
}
.box-category .category-text p {
    margin: 0;
}
.box-category .category-more {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-category .category-more {
        margin-top: 20px;
    }
}
.box-category .category-more a {
    line-height: 50px;

    display: inline-block;

    padding: 0 44px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #00549d;
}
@media (max-width: 1199px) {
    .box-category .category-more a {
        line-height: 40px;
    }
}
.box-category .category-more a:hover {
    background-color: #02457f;
}
.box-advantage {
    font-size: 0;

    overflow: hidden;
}
.box-advantage .pic,
.box-advantage .advantage {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-advantage .pic {
    overflow: hidden;

    width: 33%;
}
@media (max-width: 767px) {
    .box-advantage .pic {
        display: none;

        width: 100%;
    }
}
@media (max-width: 767px) {
    .box-advantage .pic img {
        width: 100%;
    }
}
.box-advantage .advantage {
    width: 67%;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .box-advantage .advantage {
        width: 100%;
        padding-left: 0;
    }
}
.box-advantage .advantage ul {
    font-size: 0;

    margin-top: 30px;
}
.box-advantage .advantage ul>li {
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: top;
}
.box-advantage .advantage .item {
    position: relative;

    padding-left: 80px;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item {
        padding-left: 70px;
    }
}
.box-advantage .advantage .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 54px;

    position: absolute;
    top: 0;
    left: 0;

    width: 54px;
    height: 54px;

    content: '\e65d';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #00549d;
}
.box-advantage .advantage .item b {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;

    display: block;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item b {
        font-size: 16px;
    }
}
.box-advantage .advantage .item p {
    line-height: 2;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item p {
        line-height: 24px;
    }
}
.box-advantage .advantage .item-yanfa:before {
    content: '\e79b';
}
.box-advantage .advantage .item-huoban:before {
    content: '\e659';
}
.box-advantage .advantage .item-tuandui:before {
    content: '\e66a';
}
.box-advantage .advantage .item-zhengshu:before {
    content: '\e685';
}
.box-advantage .advantage .item-wangluo:before {
    content: '\e65a';
}
.box-about img {
    width: 100%;
}
.box-about .item {
    margin-top: 30px;
}
.box-about .item .note b {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
@media (max-width: 991px) {
    .box-about .item .note b {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-about .item .note b {
        font-size: 18px;
        line-height: 20px;
    }
}
.box-about .item .note p {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .box-about .item .note p {
        line-height: 24px;

        max-height: 48px;
        margin-top: 10px;
    }
}
.box-about .item .note a.more {
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 20px;

    text-decoration: underline;

    color: #00549d;
}
@media (max-width: 767px) {
    .box-about .item .note a.more {
        margin-top: 10px;
    }
}
.box-about .item-1 {
    font-size: 0;
}
.box-about .item-1 .pic,
.box-about .item-1 .note {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
.box-about .item-1 .note {
    padding-left: 30px;
}
.box-about .item-3 .note {
    margin-top: 20px;
}
.box-about .number {
    margin-top: 30px;
}
.box-about .number>ul {
    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.box-about .number>ul:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.box-about .number>ul>li {
    display: inline-block;

    vertical-align: top;
}
.box-about .number .num {
    max-width: 140px;
    margin-top: 30px;

    text-align: center;
}
.box-about .number .num b {
    font-size: 20px;
    line-height: 1;
}
@media (max-width: 767px) {
    .box-about .number .num b {
        font-size: 16px;
    }
}
.box-about .number .num b span {
    font-size: 46px;
    font-style: italic;
}
@media (max-width: 767px) {
    .box-about .number .num b span {
        font-size: 30px;
    }
}
.box-about .number .num p {
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.box-news {
    padding-top: 0;
}
.box-news .title {
    position: relative;
}
.box-news .title a.more {
    font-weight: bold;

    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: underline;

    color: #00549d;
}
.box-news .slick-news {
    position: relative;
    z-index: 2;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-news .slick-news {
        margin: 0 -8px;
        margin-top: 0;
    }
}
.box-news .slick-news .slick-slide {
    padding: 15px;
}
@media (max-width: 767px) {
    .box-news .slick-news .slick-slide {
        padding: 8px;
    }
}
.box-news .slick-news .item {
    margin-top: 30px;
    padding: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #e5e5e5;
}
.box-news .slick-news .item .item-top {
    font-size: 0;

    display: table;
}
.box-news .slick-news .item .item-top .pic,
.box-news .slick-news .item .item-top .desc {
    font-size: 14px;

    display: table-cell;

    vertical-align: middle;
}
.box-news .slick-news .item .item-top .pic {
    width: 34%;

    border-right: 10px solid #fff;
}
.box-news .slick-news .item .item-top .pic .img-box {
    padding-bottom: 66.66666667%;
}
.box-news .slick-news .item .item-top .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .slick-news .item .item-top .desc {
    width: 66%;
    padding-left: 10px;

    border-bottom: 1px solid #e5e5e5;
}
.box-news .slick-news .item .item-top .desc b {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .slick-news .item .item-top .desc span.date {
    font-style: italic;
    line-height: 24px;

    display: block;

    color: #999;
}
.box-news .slick-news .item .note {
    margin-top: 14px;
}
.box-news .slick-news .item .note p {
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .slick-news .item a.more {
    font-style: italic;
    line-height: 30px;

    display: block;

    margin-top: 10px;

    text-decoration: underline;

    color: #00549d;
}
.box-news .slick-news .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .slick-news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .slick-news .item:hover .desc b {
    color: #00549d;
}
.box-news .slick-news .slick-dots {
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px) {
    .box-news .slick-news .slick-dots {
        margin-top: 20px;
    }
}
.box-news .slick-news .slick-dots li {
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 10px;

    vertical-align: top;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.box-news .slick-news .slick-dots li button {
    display: none;
}
.box-news .slick-news .slick-dots li.slick-active {
    background-color: #00549d;
}
.footer {
    position: relative;

    overflow: hidden;

    color: #c0c1c5;
    background-color: #212224;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    font-size: 0;

    padding: 70px 0 40px;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot>ul {
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
    }
}
.footer .foot>ul>li {
    font-size: 14px;

    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li {
        display: block;

        width: 100%;
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item .title-foot h3 {
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item .title-foot h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .footer .foot>ul>li .item .title-foot h3:after {
        font-family: 'iconfont' !important;

        float: right;

        content: '\e629';
    }
}
.footer .foot>ul>li .item-1 .share ul {
    font-size: 0;

    display: inline-block;
}
.footer .foot>ul>li .item-1 .share ul li {
    display: inline-block;
}
.footer .foot>ul>li .item-1 .share ul li a {
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 4px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    background-color: #00549d;
}
.footer .foot>ul>li .item-1 .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.footer .foot>ul>li .item-1 .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .foot>ul>li .item-1 .share ul li.linkedin a:before {
    content: '\e670';
}
.footer .foot>ul>li .item-1 .share ul li.instagram a:before {
    content: '\e93b';
}
.footer .foot>ul>li .item-1 .share ul li.youtube a:before {
    content: '\e6d7';
}
.footer .foot>ul>li .item-1 .share ul li.google a:before {
    content: '\e645';
}
.footer .foot>ul>li .item-1 .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot>ul>li .item-1 .share ul li:hover a {
    background-color: #02457f;
}
.footer .foot>ul>li .item-2 {
    padding: 0 30px;

    border-left: 1px dashed #2f2f32;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-2 {
        padding: 0;

        border: none;
    }
}
.footer .foot>ul>li .item-2 a {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: block;

    padding-left: 14px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-2 a {
        font-size: 14px;

        display: inline-block;

        vertical-align: top;
    }
}
.footer .foot>ul>li .item-2 a:before {
    position: absolute;
    left: 0;

    content: '>';
}
.footer .foot>ul>li .item-2 a:hover {
    text-decoration: underline;

    color: #fff;
}
.footer .foot>ul>li .item-3 {
    padding: 0 30px;

    border-left: 1px dashed #2f2f32;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-3 {
        padding: 0;

        border: none;
    }
}
.footer .foot>ul>li .item-3 p {
    line-height: 30px;

    margin: 0;
}
.footer .foot>ul>li .item-3 p b {
    font-weight: normal;

    color: #fff;
}
.footer .foot>ul>li .item-3 p a:hover {
    text-decoration: underline;

    color: #fff;
}
.footer .foot>ul>li .item-4 {
    width: 270px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-4 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-4 form {
    position: relative;

    padding: 6px;

    background-color: #363637;
}
.footer .foot>ul>li .item-4 input,
.footer .foot>ul>li .item-4 textarea {
    line-height: 30px;

    width: 100%;
    padding: 0 100px 0 0;

    resize: vertical;

    color: #fff;
    border: none;
    outline: none;
    background: none;
}
.footer .foot>ul>li .item-4 input::-webkit-input-placeholder,
.footer .foot>ul>li .item-4 textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-4 input:-o-placeholder,
.footer .foot>ul>li .item-4 textarea:-o-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-4 input::-moz-placeholder,
.footer .foot>ul>li .item-4 textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-4 input:-ms-input-placeholder,
.footer .foot>ul>li .item-4 textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot>ul>li .item-4 input:focus::-webkit-input-placeholder,
.footer .foot>ul>li .item-4 textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-4 input:focus::-o-placeholder,
.footer .foot>ul>li .item-4 textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-4 input:focus::-moz-placeholder,
.footer .foot>ul>li .item-4 textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-4 input:focus::-ms-input-placeholder,
.footer .foot>ul>li .item-4 textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-4 .submit {
    line-height: 30px;

    position: absolute;
    top: 6px;
    right: 10px;

    display: block;

    width: 80px;
    height: 30px;
    padding: 0 14px;

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: #00549d;
}
.footer .foot>ul>li .item-4 .submit:hover {
    text-decoration: underline;
}
.footer .foot>ul>li p {
    line-height: 26px;

    margin: 10px 0 0 0;
}
.footer .foot>ul>li .info-down {
    margin-top: 14px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .info-down {
        display: none;
    }
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}
.footer .copyright {
    padding: 15px 0;

    color: #fff;
    border-top: 1px solid #3a3a3b;
}
@media (max-width: 991px) {
    .footer .copyright {
        padding: 15px 0;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright p {
    line-height: 30px;

    display: inline-block;
}
.footer .copyright a.sitemap {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;
    float: right;
}
@media (max-width: 767px) {
    .footer .copyright a.sitemap {
        float: left;
    }
}
.footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.wrapper {
    clear: both;
    overflow: hidden;
}
.wrap {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in {
    text-align: center;
}
.title-in span:after {
    display: none;
}
.product-sort {
    margin-top: 24px;

    text-align: center;
}
.product-sort>ul {
    margin: 0 -30px;
}
@media (max-width: 767px) {
    .product-sort>ul {
        margin: 0 -10px;
    }
}
.product-sort>ul>li {
    display: inline-block;

    vertical-align: top;
}
.product-sort>ul>li:after {
    display: inline-block;

    content: '|';
    vertical-align: middle;

    color: #dcdcdc;
}
.product-sort>ul>li:last-child:after {
    display: none;
}
.product-sort>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    padding: 0 30px;

    color: #666;
}
@media (max-width: 767px) {
    .product-sort>ul>li>a {
        font-size: 16px;

        padding: 0 10px;
    }
}
.product-sort>ul>li.active>a,
.product-sort>ul>li:hover>a {
    font-weight: bold;

    text-decoration: underline;

    color: #00549d;
}
.wrap-sidenav {
    margin-top: 30px;
}
.wrap-sidenav .sidenav {
    position: relative;
}
.wrap-sidenav .sidenav .sidenavlevel-1 {
    text-align: center;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li {
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li>a {
    line-height: 30px;

    position: relative;

    display: block;

    padding: 0 34px;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .sidenavlevel-1 li>a {
        padding: 0 10px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li>a:after {
    display: block;

    width: 1px;
    height: 0;
    margin: 0 auto;

    content: '';

    background-color: #00549d;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .sidenavlevel-1 li>a:after {
        display: none;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active>a,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover>a {
    color: #00549d;
}
.wrap-sidenav .sidenav .sidenavlevel-1 li.active>a:after,
.wrap-sidenav .sidenav .sidenavlevel-1 li:hover>a:after {
    height: 20px;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover {
        display: block;
    }
    .wrap-sidenav .sidenav .sidenavlevel-1 li.active .sidenavlevel-2,
    .wrap-sidenav .sidenav .sidenavlevel-1 li:hover .sidenavlevel-2 {
        position: relative;

        display: block;

        margin: 10px 0;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2 {
    position: absolute;
    z-index: 2;
    top: 100%;

    display: none;

    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2>li a {
    line-height: 30px;

    display: block;

    white-space: nowrap;
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2>li a {
        font-size: 12px;

        padding: 0 4px;
    }
}
.wrap-sidenav .sidenav .sidenavlevel-1 li .sidenavlevel-2>li:hover a {
    color: #00549d;
}
.wrap-sidenav .slick-arrow {
    font-size: 18px;
    line-height: 50px;

    top: 14px;
    left: -30px;

    height: 50px;

    background: none;
}
@media (max-width: 991px) {
    .wrap-sidenav .slick-arrow {
        left: -10px;
    }
}
.wrap-sidenav .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}
@media (max-width: 991px) {
    .wrap-sidenav .slick-arrow.slick-next {
        right: -10px;
    }
}
.wrap-sidenav .slick-arrow:hover {
    color: #00549d;
}
.wrap-sidenav .product-sidenav .sidenavlevel-1 {
    padding: 0 30px;
}
.product-link {
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .product-link {
        display: block;
    }
}
.product-link>ul>li {
    display: block;
}
.product-link>ul>li a {
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.product-link>ul>li.active a,
.product-link>ul>li:hover a {
    color: #00549d;
}
.contact-sidenav {
    margin: 20px 0;
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .contact-sidenav {
        display: block;
    }
}
.contact-sidenav p {
    font-size: 16px;
    line-height: 32px;

    position: relative;

    margin: 10px 0;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 767px) {
    .contact-sidenav p {
        font-size: 14px;
    }
}
.contact-sidenav p:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e637';

    color: #00549d;
}
.contact-sidenav p.fax:before {
    content: '\e633';
}
.contact-sidenav p.phone:before {
    content: '\e640';
}
.contact-sidenav p.whatsapp:before {
    content: '\e751';
}
.contact-sidenav p.wechat:before {
    content: '\e66f';
}
.contact-sidenav p.email:before {
    content: '\e63d';
}
.contact-sidenav p.website:before {
    content: '\e623';
}
.contact-sidenav a:hover {
    text-decoration: underline;

    color: #00549d;
}
.wrap-about .text {
    line-height: 30px;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-about .text {
        font-size: 24px;
    }
}
.wrap-about .text p {
    margin: 0;
}
.wrap-about .text img {
    max-width: 100%;
    height: auto !important;
}

.wrap-about .about .pic img {
    max-width: 100%;
}
.wrap-about .factory .slick-factory {
    margin: 0 -15px;
}
.wrap-about .factory .slick-factory .slick-slide {
    padding: 0 15px;
}
.wrap-about .factory .item {
    display: block;

    margin-top: 30px;
}
.wrap-about .factory .item .img-box {
    padding-bottom: 81.81818182%;
}
.wrap-about .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-about .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-about .culture,
.wrap-about .history {
    padding-top: 60px;
}
.wrap-news .news .item {
    display: block;

    margin-top: 30px;
    padding: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        padding: 10px;
    }
}
.wrap-news .news .item .pic {
    position: relative;

    display: block;
}
.wrap-news .news .item .pic span.more {
    font-style: italic;
    line-height: 50px;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;

    opacity: 0;
    color: #fff;
    background-color: #00549d;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic span.more {
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-news .news .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .note {
    padding-top: 10px;
}
.wrap-news .news .item .note b {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note span.date {
    font-style: italic;
    line-height: 24px;

    display: block;

    margin: 10px 0;

    color: #999;
}
.wrap-news .news .item .note p {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .news .item:hover .pic span.more {
    opacity: 1;
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .desc b {
    color: #00549d;
}
.wrap-news-show .news-show {
    font-size: 0;
}
.wrap-news-show .news-show .news-left,
.wrap-news-show .news-show .news-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-news-show .news-show .news-left {
    width: 72%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .wrap-news-show .news-show .news-left {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news-show .news-show .news-left .title-news {
    padding-bottom: 10px;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-news-show .news-show .news-left .title-news h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-news-show .news-show .news-left .title-news h1 {
        font-size: 20px;
    }
}
.wrap-news-show .news-show .news-left .title-news span.date {
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #999;
}
.wrap-news-show .news-show .news-left .text {
    line-height: 36px;

    margin-top: 20px;

    color: #666;
}
.wrap-news-show .news-show .news-left .text p {
    margin: 0;
}
.wrap-news-show .news-show .news-left .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-show .news-left .news-relate {
    margin-top: 100px;

    background-color: #eee;
}
@media (max-width: 991px) {
    .wrap-news-show .news-show .news-left .news-relate {
        margin-top: 50px;
    }
}
.wrap-news-show .news-show .news-left .news-relate a {
    font-size: 16px;
    line-height: 50px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    padding: 0 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-news-show .news-show .news-left .news-relate a {
        font-size: 14px;
    }
}
.wrap-news-show .news-show .news-left .news-relate a:hover {
    color: #00549d;
}
.wrap-news-show .news-show .news-right {
    width: 28%;
    margin-top: -80px;
    margin-bottom: -999px;
    padding-top: 80px;
    padding-bottom: 999px;

    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-news-show .news-show .news-right {
        margin-top: -50px;
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-news-show .news-show .news-right {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0;

        border: none;
    }
}
.wrap-news-show .news-show .news-right .title-news-right {
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .wrap-news-show .news-show .news-right .title-news-right {
        padding: 0 10px;
    }
}
.wrap-news-show .news-show .news-right .title-news-right h2 {
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .news-show .news-right .title-news-right h2 {
        font-size: 20px;
    }
}
.wrap-news-show .news-show .news-right .list ul li {
    border-bottom: 1px solid #e5e5e5;
}
.wrap-news-show .news-show .news-right .list .item {
    display: block;

    padding: 30px;
}
@media (max-width: 1199px) {
    .wrap-news-show .news-show .news-right .list .item {
        padding: 10px;
    }
}
.wrap-news-show .news-show .news-right .list .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-news-show .news-show .news-right .list .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news-show .news-show .news-right .list .item .note {
    margin-top: 10px;
}
.wrap-news-show .news-show .news-right .list .item .note b {
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news-show .news-show .news-right .list .item .note span.date {
    font-size: 12px;
    font-style: italic;
    line-height: 24px;

    display: block;

    margin: 10px 0 0 0;

    color: #999;
}
.wrap-news-show .news-show .news-right .list .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news-show .news-show .news-right .list .item:hover .note b {
    color: #00549d;
}
.wrap-product .product .item {
    display: block;

    margin-top: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #fff;
}
.wrap-product .product .item .img-box {
    padding-bottom: 45%;
}
.wrap-product .product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item p {
    font-weight: bold;
    line-height: 60px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;
    padding: 0 80px 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
    background-color: #f4f4f4;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-product .product .item p {
        line-height: 50px;

        height: 50px;
        padding: 0 50px 0 10px;
    }
}
.wrap-product .product .item p:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 20px;

    content: '\e65e';

    color: #bfbfbf;
}
@media (max-width: 767px) {
    .wrap-product .product .item p:after {
        line-height: 50px;

        right: 10px;
    }
}
@media (min-width: 1200px) {
    .wrap-product .product .item:hover {
        border-color: #dcdcdc;
    }
    .wrap-product .product .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-product .product .item:hover p {
        color: #fff;
        background-color: #00549d;
    }
    .wrap-product .product .item:hover p:after {
        color: #fff;
    }
}
.wrap-product-show .title-product-show h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h1 {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show h2 {
    font-size: 24px;
    line-height: 30px;

    margin: 0;
    padding: 20px 40px;

    color: #fff;
    background-color: #00549d;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 18px;
        line-height: 24px;

        padding: 10px 14px;
    }
}
.wrap-product-show .product-show {
    margin-top: 40px;
}
.wrap-product-show .product-show .pic {
    border: 1px solid #dcdcdc;
}
.wrap-product-show .product-show .pic img {
    width: 100%;
}
.wrap-product-show .product-show .product-info .text {
    line-height: 2.57142857;

    color: #666;
}
.wrap-product-show .product-show .product-info .text p {
    margin: 0;
}
.wrap-product-show .product-show .product-info .share {
    margin-top: 20px;
}
.wrap-product-show .product-show .product-info .share p,
.wrap-product-show .product-show .product-info .share .addthis_inline_share_toolbox {
    font-size: 18px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .product-show .product-info .share p {
    font-weight: bold;
}
.wrap-product-show .product-show .product-info .btn-inquiry {
    line-height: 48px;

    display: inline-block;

    height: 48px;
    margin-top: 30px;
    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #00549d;
}
.wrap-product-show .product-show .product-info .btn-inquiry:hover {
    background-color: #02457f;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .text {
    line-height: 2;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .text h3 {
        font-size: 18px;
    }
}
.wrap-product-show .inquiry .message {
    margin-top: 28px;
}
.wrap-product-show .inquiry .message p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry .message p {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry .message input,
.wrap-product-show .inquiry .message textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 14px;
    padding: 15px 30px;

    resize: vertical;

    background-color: #f4f4f4;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .message input,
    .wrap-product-show .inquiry .message textarea {
        line-height: 24px;

        padding: 10px;
    }
}
.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .message .submit {
    font-weight: bold;
    line-height: 60px;

    width: 100%;
    margin-top: 10px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 0;
    background-color: #e4ecf3;
}
.wrap-product-show .inquiry .message .submit:hover {
    color: #fff;
    background-color: #00549d;
}
.wrap-contact .contact {
    margin-top: 40px;
}
.wrap-contact .title-contact h1 {
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    word-break: break-word;
}
@media (max-width: 767px) {
    .wrap-contact .title-contact h1 {
        font-size: 18px;
    }
}
.wrap-contact .message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-contact .message {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-message h2 {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .wrap-contact .message .title-message h2 {
        font-size: 18px;
    }
}
.wrap-contact .message form {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .wrap-contact .message form {
        margin: 0;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea {
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;

    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
    background-color: #f7f7ff;
}
@media (max-width: 767px) {
    .wrap-contact .message input,
    .wrap-contact .message textarea {
        font-size: 12px;
    }
}
.wrap-contact .message textarea {
    resize: vertical;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder {
    color: #777;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder {
    color: #777;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder {
    color: #777;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder {
    color: #777;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message .send {
    text-align: center;
}
.wrap-contact .message .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    width: 100%;
    margin-top: 20px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #00549d;
}
.wrap-contact .message .submit:hover {
    background-color: #02457f;
}
.wrap-contact .message .row {
    margin: 0 -10px;
}
.wrap-contact .message .row .itembox {
    padding: 0 10px;
}
.wrap-contact .contact .text p {
    line-height: 30px;

    position: relative;

    margin: 20px 0 0 0;

    color: #666;
}
.wrap-contact .contact .text p a:hover {
    text-decoration: underline;

    color: #00549d;
}
@media (max-width: 991px) {
    .map {
        margin-top: 30px;
    }
}
#dituContent {
    height: 430px;
}
@media (max-width: 767px) {
    #dituContent {
        height: 340px;
    }
}
.wrap-factory .factory .item {
    display: block;

    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-factory .factory .item {
        margin-top: 30px;
    }
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 62.5%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item p {
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 10px 0 0 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
    border: 1px solid #dcdcdc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-factory .factory .item p {
        line-height: 40px;

        height: 40px;
    }
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-factory .factory .item:hover p {
    color: #fff;
    border-color: #00549d;
    background-color: #00549d;
}
.wrap-sitemap .sitemap {
    margin-top: 30px;
}
.wrap-sitemap .sitemap>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    min-width: 160px;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    background-color: #00549d;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 15px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;
}
.wrap-sitemap .sitemap>ul>li>ul {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        display: block;
    }
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin-top: 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    display: inline-block;

    vertical-align: middle;
}
.wrap-sitemap .sitemap>ul>li>ul>li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 15px;

    text-align: center;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li a {
        font-size: 14px;
        line-height: 30px;

        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover a {
    text-decoration: underline;

    color: #00549d;
}
nav {
    text-align: center;
}
.pagination {
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    margin: 0 20px;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a:before {
    content: '\e625';
}
.pagination li a {
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .pagination li a {
        line-height: 30px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border-color: #00549d;
    border-radius: 50%;
    background-color: #00549d;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border-color: #00549d;
    border-radius: 50%;
    background-color: #00549d;
}
@media (max-width: 1199px) {
    .skiptranslate {
        display: none;
    }
    body {
        top: 0 !important;
    }
}
.wrap-product-show .parameter .text .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .text table {
    width: 100%;
}
.wrap-product-show .parameter .text p {
    margin: 0;
}
.wrap-product-show .parameter .text table td {
    border: 1px solid #dcdcdc;
    padding: 6px 10px;
    vertical-align: middle;
}

.wrap-location {
    border-bottom: 1px solid #f5f5f5;
}
.wrap-location .location {
    font-size: 15px;
    line-height: 30px;

    position: relative;

    padding: 10px 0 10px 30px;

    color: #a09793;
}
.wrap-location .location .icon {
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    left: 0;
}
.wrap-location .location .icon,
.wrap-location .location ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-location .location .icon li,
.wrap-location .location ul li {
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.wrap-location .location .icon li:after,
.wrap-location .location ul li:after {
    font-size: 18px;

    display: inline-block;

    margin: 0 4px;

    content: '-';
    vertical-align: middle;
}
.wrap-location .location .icon li:last-child:after,
.wrap-location .location ul li:last-child:after {
    display: none;
}
.wrap-location .location .icon li a,
.wrap-location .location ul li a {
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location .icon li a:hover,
.wrap-location .location ul li a:hover {
    color: #00549d;
}

.share-cn {
    display: none;
}
&[lang=zh-CN] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}
.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}
.box-about .pic,
.wrap-about .pic {
    position: relative;
}
.common-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 6;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.common-play span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 3;
    color: #ffffff;
    text-align: center;
}
.common-play .iconfont {
    font-size: 50px;
    display: block;
}
.common-play:before,
.common-play:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    animation: point_kuo 3s linear infinite;
}
.common-play:after {
    animation-delay: 2s;
}
.common-play:before {
    animation-delay: 1s;
}
@keyframes point_kuo {

    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0;
    }

}